EntrySuggester
Provides suggestions for something requesting them
SAM: getSuggestions which takes input: Sting, cursor: Int, choiceValidator: ChoiceValidator
Author
fzzyhmstrs
Since
0.2.6
Parameters
T
the type of the Entry stored value
Inheritors
Functions
Link copied to clipboard
abstract fun getSuggestions(input: String, cursor: Int, choiceValidator: ChoiceValidator<T>): CompletableFuture<Suggestions>
Return a future of suggestions based on inputs and validation